commit | a6013cc92f520536963eb3110fe38a9721e7f20e | [log] [tgz] |
---|---|---|
author | Eric Fiselier <eric@efcs.ca> | Thu Apr 21 23:00:33 2016 |
committer | Eric Fiselier <eric@efcs.ca> | Thu Apr 21 23:00:33 2016 |
tree | f98add180c21bb9ae053c9bbd569c5d1afe6fc34 | |
parent | 566bcb4badb37b8af790d8b09ef71fb8b9d82026 [diff] [blame] |
Make ios_base::failure visibility specified consistent git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@267076 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/ios b/include/ios index 1deb5f6..cbea478 100644 --- a/include/ios +++ b/include/ios
@@ -231,7 +231,7 @@ class _LIBCPP_TYPE_VIS ios_base { public: - class _LIBCPP_TYPE_VIS failure; + class _LIBCPP_EXCEPTION_ABI failure; typedef unsigned int fmtflags; static const fmtflags boolalpha = 0x0001;